home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
macabuse
/
inc
/
lcaller.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-20
|
332 b
|
12 lines
#ifndef __LCALLER_HPP_
#define __LCALLER_HPP_
#include "objects.hpp"
#include "chars.hpp"
#include "game.hpp"
extern voi lcaller_init
extern long lcaller(long number, void *arg); // exten c function switches on
// number and is given lisp object arg as parameter
#endif